/*
Decibel Meters - Circular: a 3-d version of "Decibel Meters" which
				     allows more meters to fit in the window.
By Brad Greer
bgreer44@hotmail.com
*/

Durn="1.1",

CamX="-240*cos(B0)", //circles around the circular array
CamY="240*sin(B0)",
CamZ="120",

CmLX="0",		//looks at center of circle
CmLY="0",
CmLZ="0",

CUpX="0",
CUpY="0",
CUpZ="1",

B0="t/3",

C0="1-dt",

D0="clip(fft(s)/1.5)*PI", //radian measure of fft, modified so it won't exceed a semicircle
D1="sin(2*PI*s)",		  //position on the circle (y) of a sample
D2="cos(2*PI*s)",		  //position on the circle (x) of a sample
D3="cos(D0)",		  //position on the meter, based on D0

R="clip(fft(s))",
G="dt",
B="1-clip(fft(s))",

LvlR="1",
LvlG="1",
LvlB="1",

widt=320,
heig=300,

LWdt="15*C0",

ConL=0,
ConB=0,

X="50*(4*D2-D3*D1*C0)", //trust me, or get out a sheet of paper...
Y="50*(4*D1+D3*D2*C0)",	//this puts each meter tangent to the circle
Z="50*sin(D0)*C0",	//and modifies its level based on fft

Blrs=2,
BlrB=5,

Stps=12,			//Feel free to change it.  I thought 12 looked the best.

Scal="420",
ScSz=1,

Pers="300",

Vers=40
